home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / pamflite.lzh / pl_dj500.dat < prev    next >
Text File  |  1991-03-16  |  3KB  |  61 lines

  1. *    PRINTER CODE DATA FOR "Pamphlet Light" Version 1 (PAMFLITE.PRG)
  2. *                  HP DeskJet 500 & Plus  (internal fonts only)
  3. *
  4. * IMPORTANT: Don't add or delete any commas or lines in the codes section
  5. * below. This includes the remarks portion of the code lines.  Keep the
  6. * line "----CODES AND DEFAULTS---" intact. Don't use TAB's
  7. *
  8. * Codes are decimal ASCII. Full editing instructions are in PAMPHLITE.DOC
  9. * CPI = Characters Per Inch (pitch)  pt = point (measure of character height)
  10. *
  11. $ MB=2,TS=5,CL=0  (Max Blank lines, Tab Spacing, default Column Length
  12. * reduction)  Ranges are: MB 1-9, TS 2-9, CL 0-9  NOTE dollar sign
  13. *
  14. ---------- CODES AND DEFAULTS -----------
  15.  ,          Turn OFF 'Paper-Out' sensor (n/a on deskjet)
  16.  ,          Turn ON 'Paper-Out' sensor
  17. 027 038 108 055 068,  7 Lines/Inch line spacing
  18. 027 069 027 057 027 038 107 054 087 027 040 115 049 048 104 049 081 027 038 108 049 079, see NOTE
  19. 027 038 108 048 076,  Cancel 'Skip-Over-Perforations
  20.  ,   Reserved for future use (don't delete)
  21.  ,    as above
  22. 027 040 115 050 081,  Enhanced print (Letter Quality for Deskjet)
  23. 027 040 115 049 081,  Cancel Enhanced print (set draft)
  24. *
  25. "TXT", Default file extension to be shown in file selector box.
  26. 6,     Number of type sizes below (up to 6 allowed)
  27. *
  28. " Courier 12pt - 20 CPI",   Name of type size #1
  29. 027 040 115 050 048 104 049 050 086,  codes for this
  30. 180,  characters per line = pitch * 9  (use nearest integer)
  31. 52,  Maximum number of lines per column/page
  32. *
  33. "   Same except @8 LPI",   Name of type size #2
  34. 027 040 115 050 048 104 049 050 086 027 038 108 054 067,  codes
  35. 180,  pitch * 9
  36. 59,  Max lines per column/page
  37. *
  38. " Courier 12pt - 18 CPI",   Name size #3
  39. 027 040 115 049 054 046 054 055 104 049 050 086 027 038 107 054 046 054 053 072,  codes
  40. 162, pitch * 9
  41. 52,  Max lines per column/page
  42. *
  43. " Courier 12pt - 16.67 CPI",  Name
  44. 027 040 115 049 054 046 054 055 104 049 050 086, codes
  45. 150, pitch * 9
  46. 52,  Max lines per column/page
  47. *
  48. " Courier 12pt - 12 CPI",  Name 
  49. 027 040 115 049 048 104 049 050 086 027 038 107 049 048 072,
  50. 108, pitch * 9
  51. 52,  max lines per column/page
  52. *
  53. " Courier 12pt - 10 CPI",  Name
  54. 027 040 115 049 048 104 049 050 086,  codes
  55. 90, pitch * 9
  56. 52, max lines per column/page
  57. ******************************
  58. * Note: The 4th entry in the --CODES AND DEFAULTS-- section is the 
  59. initialization string.  For the Deskjet it contains the following:  
  60. Reset/Clear Margins/Text Scale ON/10 CPI/Draft/Landscape mode 
  61.